Update build/win32/vs9/README.txt
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 18 Apr 2011 02:16:01 +0000 (10:16 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 18 Apr 2011 02:16:01 +0000 (10:16 +0800)
Update again due to the usage of ATK-2.x to avoid confusion
about its usage in compilation...

build/win32/vs9/README.txt

index 86baa6f778b228621015339260e387ff91ed4961..c8843c02bd37240bf8059b5880797e9d9b943ad2 100644 (file)
@@ -7,7 +7,7 @@ the files needed, like config.h.win32.in into config.h.win32 and the
 .vcprojin files here into corresponding actual .vcproj files.\r
 \r
 You will need the parts from below in the GTK+ stack: GDK-Pixbuf, Pango,\r
-ATK (2.x) and GLib.  External dependencies are at least Cairo\r
+ATK (2.x)** and GLib.  External dependencies are at least Cairo\r
 (with Cairo-GObject support, meaning Cairo 1.10.x or later), zlib, libpng,\r
 gettext-runtime, fontconfig*, freetype*, expat*.  See the \r
 build/win32/vs9/README.txt file in glib for details where to unpack them.\r
@@ -19,8 +19,8 @@ to different CRTs can be kept at a minimum.  zlib, libpng, and Cairo
 do contain support for compiling under VS9 using VS\r
 project files and/or makefiles at this time of writing, For the\r
 GTK+ stack, VS9 project files are either available under\r
-$(srcroot)/build/vs9 in the case of GLib (stable/unstable), ATK\r
-(unstable) and GDK-Pixbuf (unstable), and should be in the next\r
+$(srcroot)/build/vs9 in the case of GLib (stable/unstable), ATK**\r
+(2.x stable/unstable) and GDK-Pixbuf (unstable), and should be in the next\r
 unstable version of Pango.  There is no known official VS9 build\r
 support for fontconfig (along with freetype and expat) and\r
 gettext-runtime, so please use the binaries from: \r
@@ -40,7 +40,7 @@ The recommended build order for these dependencies:
   build PCRE is recommended-see build/win32/vs9/README.txt of GLib)\r
 -GLib\r
 -Cairo (inclusive of Cairo-GObject)\r
--ATK\r
+-ATK-2.x**\r
 -Pango\r
 -GDK-Pixbuf\r
 (note the last 3 dependencies are not interdependent, so the last 3\r
@@ -61,5 +61,16 @@ from a specific GLib source tree.
  people running and building GIMP.  They are referred to by components\r
  in Cairo and Pango mainly.\r
 \r
+**Regarding ATK-2.x: prior to compiling ATK-2.x, please open atkprops\r
+  in VS under "Properties Manager" view (it is under any one of the\r
+  build configurations, right-click on atkprops and select "Properties").\r
+  Navigate to "User Macros", and edit the following fields:\r
+  AtkApiVersion -> 2.0\r
+  AtkLibToolCompatibleDllSuffix -> -2.0-0\r
+  AtkSeperateVS9DLLSuffix -> -2-vs9\r
+  Sorry this change did not make it upstream prior to ATK-2.0.0 release-\r
+  this will be in the subsequent releases of ATK-2.x and was committed\r
+  upstream.\r
+\r
 --Tor Lillqvist <tml@iki.fi>\r
 --Updated by Chun-wei Fan <fanc999@yahoo.com.tw>\r